Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.35.0 #973

Merged
merged 51 commits into from
Oct 10, 2024
Merged

Release 3.35.0 #973

merged 51 commits into from
Oct 10, 2024

Conversation

nr-swilloughby
Copy link
Contributor

3.35.0

Added

  • Enhanced security features (adds support for secure cookie even reporting)
    • Enables sharing of response headers with the csec-security-agent.
  • Now uses error.Error() value for log attributes
  • nramqp integration cloud services entity relationship changes
    • Enhances url support for amqp server connections

Fixed

  • nrawssdk-v2 integration examples of AppendMiddlewares corrected.
  • Zerolog integration correction to example program import statement.
  • Zerolog integration JSON parser bug caused a runtime panic in some circumstances.
  • Fixed handling of panic(nil). This was made necessary by changes introducted to Go as of 1.21.
  • A race condition was possible due to code level metrics accesses to a contended memory address.
  • Integer size issues flagged when converting unsigned to signed values.
  • Workflow corrections for CI processes in github.
  • Updated to use latest grpc and protobuf versions.
  • Fixes memory stat collection for GOOS=js.

Support statement

We use the latest version of the Go language. At minimum, you should be using no version of Go older than what is supported by the Go team themselves.
See the Go agent EOL Policy for details about supported versions of the Go agent and third-party components.

Meroje and others added 30 commits November 4, 2022 17:27
 Use error.Error() string for log attributes
fix(protobuf-deps): use latest grpc and protobuf
added mutex guards around appRun for code level metrics
@nr-swilloughby nr-swilloughby merged commit 73d05e2 into master Oct 10, 2024
58 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants